Class TreeQueryContext<TProps>

Assembly: redb.Core.dll

Tree query context - extends QueryContext with tree parameters support

public class TreeQueryContext<TProps> : QueryContext<TProps> where TProps : class, new()

Inheritance

ObjectQueryContext<TProps>TreeQueryContext<TProps>

Properties

RootObjectId

public long? RootObjectId { get; set; }

TreeFilters

public List<TreeFilter> TreeFilters { get; set; }

Methods

Clone()

Create a copy of tree context

public TreeQueryContext<TProps> Clone()

Constructors